Expand description

Extension APIs for cap-std

This crate adds additional helper APIs on top of the cap-std crate.

This crate will aim to migrate extension APIs from openat-ext.

For more background on the rationale for this crate, see: https://github.com/bytecodealliance/rustix/issues/100

Re-exports

pub use cap_std;
pub use rustix;

Modules

Extensions for cap_std::fs::Dir.

Prelude, intended for glob import.

A temporary file in a cap_std::fs::Dir that may or may not be persisted.